Template < T1, T2, INT > | Template (specializations) example output. |
Template< T1, T2, 5 > < T1, T2 > |
Name | Type | Default | Description |
T1 | class |
Description of T1 from general template. Doc inherited to partial specializations if not "re-documented" there. |
|
T2 | class |
Description of T2 from (partial) specialization. |